    ini-
1. MakeFileIni(Path As String, Optional ReMake As Boolean)
           (     ).                .
2. AddSection(SectionName As String)
     .       inikey=1.             (           )
3. AddKeyInSection(Section As String, Key As String, ValKey As String)
      "Key"   "ValKey"   "Section".               .
4. DeleteSection(Section As String)
      "Section"    .
5. DeleteKeyFromSection(Section As String, Key As String)
      "Key"    "Section"
6. ClearSection(Section As String)
         "Section"   inikey=1 ()
7. RenameSection(Section As String, NewNameSection As String)
      "Section"   "NewNameSection".
8. RenameKeyInSection(Section As String, Key As String, NewNameKey As String)
       "Key"   "Section"  "NewNameKey".
9. RenameValueKeyInSection(Section As String, Key As String, NewValue As String)
       "Key"   "Section"   "NewValue".
10. SectionCount() As Long
        
11. CounKeyInSection(Section As String) As Long
           "Section" (   inikey=1)
12. GetKeyValueFromSection(Section As String, Key As String) As String
         "Key"   "Section"   .
13. FileIniPath() As String
         ini-
14. GetAllNameSectionNumber() As String
          - ; -;.....
15. GetAllNameValueKeyInSectionNumber(Section As String) As String
          1. = ;.....
16. GetNameSection(Number As Long) As String
           .
17. GetNameValueKeyNumber(NumberSection As Long, NumberKey As Long) As String
            "NumberKey"   "NumberSection"   =
18. GetValueKeyName(Section As String, NameKey As String) As String
         "NameKey"   "Section"   .
19. GetValueKey(NameKey As String) As String
         "NameKey"          
20. RealKey(Key As String) As Boolean
         "Key"       .
21. RealKeyInSection(Key As String, Section As String) As Boolean
         "Key"    "Section".     ,    ,         False.
22. RealSection(Section As String) As Boolean
         "Section".
23. CountAllKey() As Long
           ini-.

      .  !  -.        "["      "=",         .